const runtime.tagAlign
7 uses
runtime (current package)
mcleanup.go#L471: b = (*cleanupBlock)(persistentalloc(cleanupBlockSize, tagAlign, &memstats.gcMiscSys))
mgc.go#L1745: pad [tagAlign - unsafe.Sizeof(gcBgMarkWorkerNode{}) - gcBgMarkWorkerNodeRedZoneSize]byte
mspanset.go#L71: pad [tagAlign - unsafe.Sizeof(spanSetBlockHeader{})]byte
mspanset.go#L338: return (*spanSetBlock)(persistentalloc(unsafe.Sizeof(spanSetBlock{}), max(cpu.CacheLineSize, tagAlign), &memstats.gcMiscSys))
netpoll.go#L693: pad [tagAlign - unsafe.Sizeof(pollDesc{})]byte
netpoll.go#L702: mem := persistentalloc(n*pdSize, tagAlign, &memstats.other_sys)
tagptr.go#L23: const tagAlign = 1 << tagAlignBits
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |